home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Demos / Bowers Development / AppMaker 2.0b5 / Examples / Procedural / Gadgets / ProgressBars.h < prev    next >
Text File  |  1996-03-19  |  601b  |  21 lines

  1. /* ProgressBars.h */
  2. /* Created 01/01/95 12:01 PM by AppMaker */
  3.  
  4. #include "Globals.h"
  5.  
  6. /*----------*/
  7. void    OpenProgressBars        (FSSpec*        fileSpec,
  8.                              short            fRefNum);
  9. void    CloseProgressBars    (void);
  10. void    ControlProgressBars    (ControlHandle    whichControl,
  11.                              short            whichPart,
  12.                              Point            where);
  13. void    MouseInProgressBars    (Point            where,
  14.                              short            modifiers);
  15. void    TypeInProgressBars    (char            ch);
  16. void    UpdateProgressBars    (void);
  17. void    ActivateProgressBars    (Boolean        activate);
  18. void    ResizeProgressBars    (void);
  19. pascal void ScrollProgressBars    (short        newValue,
  20.                                  short        oldValue);
  21.